object ClusterDialog: TClusterDialog Tag = 410 Left = 242 Top = 167 BorderStyle = bsDialog Caption = 'Select cluster range' ClientHeight = 252 ClientWidth = 363 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 413 Left = 8 Top = 216 Width = 61 Height = 13 Caption = 'Size to scan:' end object LabelSize: TLabel Left = 184 Top = 216 Width = 73 Height = 13 AutoSize = False end object OKBtn: TButton Tag = 414 Left = 284 Top = 16 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Tag = 416 Left = 284 Top = 82 Width = 75 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Tag = 411 Left = 8 Top = 12 Width = 249 Height = 89 Caption = 'Start cluster' TabOrder = 2 object TrackBarStartClus: TTrackBar Left = 8 Top = 20 Width = 237 Height = 37 Max = 50 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBarStartClusChange end object EditStartClus: TEdit Left = 20 Top = 56 Width = 53 Height = 21 TabOrder = 1 end end object GroupBox2: TGroupBox Tag = 412 Left = 8 Top = 108 Width = 249 Height = 89 Caption = 'End cluster' TabOrder = 3 object TrackBarEndClus: TTrackBar Left = 8 Top = 20 Width = 237 Height = 37 Max = 50 Orientation = trHorizontal Frequency = 1 Position = 50 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBarEndClusChange end object EditEndClus: TEdit Left = 20 Top = 56 Width = 53 Height = 21 TabOrder = 1 end end object Button1: TButton Tag = 415 Left = 284 Top = 48 Width = 75 Height = 25 Caption = 'Apply' TabOrder = 4 OnClick = Button1Click end end